Html Css Color HEX #CFC61F Barberry

📋 copy color: '#CFC61F'

red 207 ◦ green 198 ◦ blue 31

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

Shades of Barberry #CFC61F

Tints of Barberry #CFC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 47.48%
G = 45.41%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC61F (or 0xCFC61F) is known color: Barberry. HEX triplet: CF, C6 and 1F. RGB value is (207,198,31). Sum of RGB (Red+Green+Blue) = 207+198+31=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61F is #3039E0. Grayscale: #B6B6B6. Windows color (decimal): -3160545 or 2082511. OLE color: 2082511.

HSL color Cylindrical-coordinate representation of color #CFC61F: hue angle of 56.93º 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 #CFC61F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 31 -
CMYK 0 0.04 0.85 0.19
HSL 56.93º 0.74% 0.47% -
HSV(B) 56.93º 0.85% 0.81% -
XYZ 46.17 53.75 9.24 -
YUV 181.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 207 198 31 0 0.04 0.85 0.19 56.93 0.74 0.47
Hex CF C6 1F 0 4 55 13 39 4A 2F
Octal 317 306 37 0 4 125 23 71 112 57
Binary 11001111 11000110 11111 0 100 1010101 10011 111001 1001010 101111

Color Harmonies of #CFC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC61F

Black with #CFC61F

Text Example


Text Example

White with #CFC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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