Html Css Color HEX #CFC428 Barberry

📋 copy color: '#CFC428'

red 207 ◦ green 196 ◦ blue 40

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

Shades of Barberry #CFC428

Tints of Barberry #CFC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.24%

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 46.73%
G = 44.24%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFC428 (or 0xCFC428) is known color: Barberry. HEX triplet: CF, C4 and 28. RGB value is (207,196,40). Sum of RGB (Red+Green+Blue) = 207+196+40=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC428 is #303BD7. Grayscale: #B6B6B6. Windows color (decimal): -3161048 or 2671823. OLE color: 2671823.

HSL color Cylindrical-coordinate representation of color #CFC428: hue angle of 56.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC428 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 40 -
CMYK 0 0.05 0.81 0.19
HSL 56.05º 0.68% 0.48% -
HSV(B) 56.05º 0.81% 0.81% -
XYZ 45.86 52.9 9.8 -
YUV 181.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 207 196 40 0 0.05 0.81 0.19 56.05 0.68 0.48
Hex CF C4 28 0 5 51 13 38 44 30
Octal 317 304 50 0 5 121 23 70 104 60
Binary 11001111 11000100 101000 0 101 1010001 10011 111000 1000100 110000

Color Harmonies of #CFC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC428

Black with #CFC428

Text Example


Text Example

White with #CFC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC428; }

 p { color: rgb(207,196,40); }

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

background-color css

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

 a { background-color: rgb(207,196,40); }

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

border-color css

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

 span { border-color: rgb(207,196,40); }

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