Html Css Color HEX #CCC92F Barberry

📋 copy color: '#CCC92F'

red 204 ◦ green 201 ◦ blue 47

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

Shades of Barberry #CCC92F

Tints of Barberry #CCC92F

RGB

 RED value IS 204 (80.08% from 255) = 45.13%

 GREEN value IS 201 (78.91% from 255) = 44.47%

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 45.13%
G = 44.47%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC92F (or 0xCCC92F) is known color: Barberry. HEX triplet: CC, C9 and 2F. RGB value is (204,201,47). Sum of RGB (Red+Green+Blue) = 204+201+47=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC92F is #3336D0. Grayscale: #B8B8B8. Windows color (decimal): -3356369 or 3131852. OLE color: 3131852.

HSL color Cylindrical-coordinate representation of color #CCC92F: hue angle of 58.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC92F is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 47 -
CMYK 0 0.01 0.77 0.2
HSL 58.85º 0.63% 0.49% -
HSV(B) 58.85º 0.77% 0.8% -
XYZ 46.3 54.82 10.83 -
YUV 184.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 204 201 47 0 0.01 0.77 0.2 58.85 0.63 0.49
Hex CC C9 2F 0 1 4D 14 3B 3F 31
Octal 314 311 57 0 1 115 24 73 77 61
Binary 11001100 11001001 101111 0 1 1001101 10100 111011 111111 110001

Color Harmonies of #CCC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC92F

Black with #CCC92F

Text Example


Text Example

White with #CCC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC92F; }

 p { color: rgb(204,201,47); }

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

background-color css

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

 a { background-color: rgb(204,201,47); }

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

border-color css

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

 span { border-color: rgb(204,201,47); }

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