Html Css Color HEX #CFDE0B Barberry

📋 copy color: '#CFDE0B'

red 207 ◦ green 222 ◦ blue 11

#CFDE0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CFDE0B

Tints of Barberry #CFDE0B

RGB

 RED value IS 207 (81.25% from 255) = 47.05%

 GREEN value IS 222 (87.11% from 255) = 50.45%

 BLUE value IS 11 (4.69% from 255) = 2.5%

R = 47.05%
G = 50.45%
B = 2.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFDE0B (or 0xCFDE0B) is known color: Barberry. HEX triplet: CF, DE and 0B. RGB value is (207,222,11). Sum of RGB (Red+Green+Blue) = 207+222+11=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE0B is #3021F4. Grayscale: #C2C2C2. Windows color (decimal): -3154421 or 777935. OLE color: 777935.

HSL color Cylindrical-coordinate representation of color #CFDE0B: hue angle of 64.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDE0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 11 -
CMYK 0.07 0 0.95 0.13
HSL 64.27º 0.91% 0.46% -
HSV(B) 64.27º 0.95% 0.87% -
XYZ 51.91 65.53 10.23 -
YUV 193.46 25.03 137.66 -
System Red Green Blue C M Y K H S L
Decimal 207 222 11 0.07 0 0.95 0.13 64.27 0.91 0.46
Hex CF DE B 7 0 5F D 40 5B 2E
Octal 317 336 13 7 0 137 15 100 133 56
Binary 11001111 11011110 1011 111 0 1011111 1101 1000000 1011011 101110

Color Harmonies of #CFDE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE0B

Black with #CFDE0B

Text Example


Text Example

White with #CFDE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE0B; }

 p { color: rgb(207,222,11); }

 H1.HeaderClassName
 {
   color: #CFDE0B;
 }
 .AnyTagClassName
 {
   color: #CFDE0B;
 }
</style>

background-color css

<style>
 a { background-color: #CFDE0B; }

 a { background-color: rgb(207,222,11); }

 div.DivClassName
 {
   background-color: #CFDE0B;
 }
 .BgClassName
 {
   background-color: #CFDE0B;
 }
</style>

border-color css

<style>
 span { border-color: #CFDE0B; }

 span { border-color: rgb(207,222,11); }

 td.TdClassName
 {
   border-color: #CFDE0B;
 }
 .TagClassName
 {
   border-color: #CFDE0B;
 }
</style>