Html Css Color HEX #CFC028 Barberry

📋 copy color: '#CFC028'

red 207 ◦ green 192 ◦ blue 40

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

Shades of Barberry #CFC028

Tints of Barberry #CFC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

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

R = 47.15%
G = 43.74%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFC028 (or 0xCFC028) is known color: Barberry. HEX triplet: CF, C0 and 28. RGB value is (207,192,40). Sum of RGB (Red+Green+Blue) = 207+192+40=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC028 is #303FD7. Grayscale: #B3B3B3. Windows color (decimal): -3162072 or 2670799. OLE color: 2670799.

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

Color convert

RGB 207 192 40 -
CMYK 0 0.07 0.81 0.19
HSL 54.61º 0.68% 0.48% -
HSV(B) 54.61º 0.81% 0.81% -
XYZ 44.96 51.12 9.5 -
YUV 179.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 207 192 40 0 0.07 0.81 0.19 54.61 0.68 0.48
Hex CF C0 28 0 7 51 13 37 44 30
Octal 317 300 50 0 7 121 23 67 104 60
Binary 11001111 11000000 101000 0 111 1010001 10011 110111 1000100 110000

Color Harmonies of #CFC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC028

Black with #CFC028

Text Example


Text Example

White with #CFC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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