Html Css Color HEX #CFC728 Barberry

📋 copy color: '#CFC728'

red 207 ◦ green 199 ◦ blue 40

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

Shades of Barberry #CFC728

Tints of Barberry #CFC728

RGB

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

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

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

R = 46.41%
G = 44.62%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFC728 (or 0xCFC728) is known color: Barberry. HEX triplet: CF, C7 and 28. RGB value is (207,199,40). Sum of RGB (Red+Green+Blue) = 207+199+40=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC728 is #3038D7. Grayscale: #B7B7B7. Windows color (decimal): -3160280 or 2672591. OLE color: 2672591.

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

Color convert

RGB 207 199 40 -
CMYK 0 0.04 0.81 0.19
HSL 57.13º 0.68% 0.48% -
HSV(B) 57.13º 0.81% 0.81% -
XYZ 46.54 54.27 10.03 -
YUV 183.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 207 199 40 0 0.04 0.81 0.19 57.13 0.68 0.48
Hex CF C7 28 0 4 51 13 39 44 30
Octal 317 307 50 0 4 121 23 71 104 60
Binary 11001111 11000111 101000 0 100 1010001 10011 111001 1000100 110000

Color Harmonies of #CFC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC728

Black with #CFC728

Text Example


Text Example

White with #CFC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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