Html Css Color HEX #CFCC1B Barberry

📋 copy color: '#CFCC1B'

red 207 ◦ green 204 ◦ blue 27

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

Shades of Barberry #CFCC1B

Tints of Barberry #CFCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.58%

 BLUE value IS 27 (10.94% from 255) = 6.16%

R = 47.26%
G = 46.58%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CFCC1B (or 0xCFCC1B) is known color: Barberry. HEX triplet: CF, CC and 1B. RGB value is (207,204,27). Sum of RGB (Red+Green+Blue) = 207+204+27=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC1B is #3033E4. Grayscale: #B9B9B9. Windows color (decimal): -3159013 or 1821903. OLE color: 1821903.

HSL color Cylindrical-coordinate representation of color #CFCC1B: hue angle of 59º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFCC1B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 27 -
CMYK 0 0.01 0.87 0.19
HSL 59º 0.77% 0.46% -
HSV(B) 59º 0.87% 0.81% -
XYZ 47.52 56.53 9.44 -
YUV 184.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 207 204 27 0 0.01 0.87 0.19 59 0.77 0.46
Hex CF CC 1B 0 1 57 13 3B 4D 2E
Octal 317 314 33 0 1 127 23 73 115 56
Binary 11001111 11001100 11011 0 1 1010111 10011 111011 1001101 101110

Color Harmonies of #CFCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC1B

Black with #CFCC1B

Text Example


Text Example

White with #CFCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC1B; }

 p { color: rgb(207,204,27); }

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

background-color css

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

 a { background-color: rgb(207,204,27); }

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

border-color css

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

 span { border-color: rgb(207,204,27); }

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