Html Css Color HEX #CCB70B Bird Flower

📋 copy color: '#CCB70B'

red 204 ◦ green 183 ◦ blue 11

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

Shades of Bird Flower #CCB70B

Tints of Bird Flower #CCB70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 51.26%
G = 45.98%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB70B (or 0xCCB70B) is known color: Bird Flower. HEX triplet: CC, B7 and 0B. RGB value is (204,183,11). Sum of RGB (Red+Green+Blue) = 204+183+11=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB70B is #3348F4. Grayscale: #AAAAAA. Windows color (decimal): -3361013 or 767948. OLE color: 767948.

HSL color Cylindrical-coordinate representation of color #CCB70B: hue angle of 53.47º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCB70B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 11 -
CMYK 0 0.10 0.95 0.2
HSL 53.47º 0.9% 0.42% -
HSV(B) 53.47º 0.95% 0.8% -
XYZ 41.9 46.73 7.13 -
YUV 169.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 204 183 11 0 0.10 0.95 0.2 53.47 0.9 0.42
Hex CC B7 B 0 A 5F 14 35 5A 2A
Octal 314 267 13 0 12 137 24 65 132 52
Binary 11001100 10110111 1011 0 1010 1011111 10100 110101 1011010 101010

Color Harmonies of #CCB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB70B

Black with #CCB70B

Text Example


Text Example

White with #CCB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB70B; }

 p { color: rgb(204,183,11); }

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

background-color css

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

 a { background-color: rgb(204,183,11); }

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

border-color css

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

 span { border-color: rgb(204,183,11); }

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