Html Css Color HEX #CFC71C Barberry

📋 copy color: '#CFC71C'

red 207 ◦ green 199 ◦ blue 28

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

Shades of Barberry #CFC71C

Tints of Barberry #CFC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

 BLUE value IS 28 (11.33% from 255) = 6.45%

R = 47.7%
G = 45.85%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFC71C (or 0xCFC71C) is known color: Barberry. HEX triplet: CF, C7 and 1C. RGB value is (207,199,28). Sum of RGB (Red+Green+Blue) = 207+199+28=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC71C is #3038E3. Grayscale: #B6B6B6. Windows color (decimal): -3160292 or 1886159. OLE color: 1886159.

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

Color convert

RGB 207 199 28 -
CMYK 0 0.04 0.86 0.19
HSL 57.32º 0.76% 0.46% -
HSV(B) 57.32º 0.86% 0.81% -
XYZ 46.37 54.2 9.12 -
YUV 181.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 207 199 28 0 0.04 0.86 0.19 57.32 0.76 0.46
Hex CF C7 1C 0 4 56 13 39 4C 2E
Octal 317 307 34 0 4 126 23 71 114 56
Binary 11001111 11000111 11100 0 100 1010110 10011 111001 1001100 101110

Color Harmonies of #CFC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC71C

Black with #CFC71C

Text Example


Text Example

White with #CFC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC71C; }

 p { color: rgb(207,199,28); }

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

background-color css

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

 a { background-color: rgb(207,199,28); }

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

border-color css

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

 span { border-color: rgb(207,199,28); }

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