Html Css Color HEX #CFC628 Barberry

📋 copy color: '#CFC628'

red 207 ◦ green 198 ◦ blue 40

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

Shades of Barberry #CFC628

Tints of Barberry #CFC628

RGB

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

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

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

R = 46.52%
G = 44.49%
B = 8.99%

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

#CFC628 (or 0xCFC628) is known color: Barberry. HEX triplet: CF, C6 and 28. RGB value is (207,198,40). Sum of RGB (Red+Green+Blue) = 207+198+40=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC628 is #3039D7. Grayscale: #B7B7B7. Windows color (decimal): -3160536 or 2672335. OLE color: 2672335.

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

Color convert

RGB 207 198 40 -
CMYK 0 0.04 0.81 0.19
HSL 56.77º 0.68% 0.48% -
HSV(B) 56.77º 0.81% 0.81% -
XYZ 46.31 53.81 9.95 -
YUV 182.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 207 198 40 0 0.04 0.81 0.19 56.77 0.68 0.48
Hex CF C6 28 0 4 51 13 39 44 30
Octal 317 306 50 0 4 121 23 71 104 60
Binary 11001111 11000110 101000 0 100 1010001 10011 111001 1000100 110000

Color Harmonies of #CFC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC628

Black with #CFC628

Text Example


Text Example

White with #CFC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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