Html Css Color HEX #CFCC1F Barberry

📋 copy color: '#CFCC1F'

red 207 ◦ green 204 ◦ blue 31

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

Shades of Barberry #CFCC1F

Tints of Barberry #CFCC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 46.83%
G = 46.15%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFCC1F (or 0xCFCC1F) is known color: Barberry. HEX triplet: CF, CC and 1F. RGB value is (207,204,31). Sum of RGB (Red+Green+Blue) = 207+204+31=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC1F is #3033E0. Grayscale: #B9B9B9. Windows color (decimal): -3159009 or 2084047. OLE color: 2084047.

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

Color convert

RGB 207 204 31 -
CMYK 0 0.01 0.85 0.19
HSL 58.98º 0.74% 0.47% -
HSV(B) 58.98º 0.85% 0.81% -
XYZ 47.57 56.55 9.7 -
YUV 185.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 207 204 31 0 0.01 0.85 0.19 58.98 0.74 0.47
Hex CF CC 1F 0 1 55 13 3B 4A 2F
Octal 317 314 37 0 1 125 23 73 112 57
Binary 11001111 11001100 11111 0 1 1010101 10011 111011 1001010 101111

Color Harmonies of #CFCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC1F

Black with #CFCC1F

Text Example


Text Example

White with #CFCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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