Html Css Color HEX #CFC629 Barberry

📋 copy color: '#CFC629'

red 207 ◦ green 198 ◦ blue 41

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

Shades of Barberry #CFC629

Tints of Barberry #CFC629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.19%

R = 46.41%
G = 44.39%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFC629 (or 0xCFC629) is known color: Barberry. HEX triplet: CF, C6 and 29. RGB value is (207,198,41). Sum of RGB (Red+Green+Blue) = 207+198+41=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC629 is #3039D6. Grayscale: #B7B7B7. Windows color (decimal): -3160535 or 2737871. OLE color: 2737871.

HSL color Cylindrical-coordinate representation of color #CFC629: hue angle of 56.75º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC629 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 41 -
CMYK 0 0.04 0.80 0.19
HSL 56.75º 0.67% 0.49% -
HSV(B) 56.75º 0.8% 0.81% -
XYZ 46.33 53.81 10.04 -
YUV 182.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 207 198 41 0 0.04 0.80 0.19 56.75 0.67 0.49
Hex CF C6 29 0 4 50 13 39 43 31
Octal 317 306 51 0 4 120 23 71 103 61
Binary 11001111 11000110 101001 0 100 1010000 10011 111001 1000011 110001

Color Harmonies of #CFC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC629

Black with #CFC629

Text Example


Text Example

White with #CFC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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