Html Css Color HEX #CFCC22 Barberry

📋 copy color: '#CFCC22'

red 207 ◦ green 204 ◦ blue 34

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

Shades of Barberry #CFCC22

Tints of Barberry #CFCC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 46.52%
G = 45.84%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFCC22 (or 0xCFCC22) is known color: Barberry. HEX triplet: CF, CC and 22. RGB value is (207,204,34). Sum of RGB (Red+Green+Blue) = 207+204+34=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC22 is #3033DD. Grayscale: #BABABA. Windows color (decimal): -3159006 or 2280655. OLE color: 2280655.

HSL color Cylindrical-coordinate representation of color #CFCC22: hue angle of 58.96º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFCC22 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 34 -
CMYK 0 0.01 0.84 0.19
HSL 58.96º 0.72% 0.47% -
HSV(B) 58.96º 0.84% 0.81% -
XYZ 47.61 56.57 9.92 -
YUV 185.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 207 204 34 0 0.01 0.84 0.19 58.96 0.72 0.47
Hex CF CC 22 0 1 54 13 3B 48 2F
Octal 317 314 42 0 1 124 23 73 110 57
Binary 11001111 11001100 100010 0 1 1010100 10011 111011 1001000 101111

Color Harmonies of #CFCC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC22

Black with #CFCC22

Text Example


Text Example

White with #CFCC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC22; }

 p { color: rgb(207,204,34); }

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

background-color css

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

 a { background-color: rgb(207,204,34); }

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

border-color css

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

 span { border-color: rgb(207,204,34); }

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