Html Css Color HEX #CCB907 Bird Flower

📋 copy color: '#CCB907'

red 204 ◦ green 185 ◦ blue 7

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

Shades of Bird Flower #CCB907

Tints of Bird Flower #CCB907

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.72%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 51.52%
G = 46.72%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB907 (or 0xCCB907) is known color: Bird Flower. HEX triplet: CC, B9 and 07. RGB value is (204,185,7). Sum of RGB (Red+Green+Blue) = 204+185+7=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB907 is #3346F8. Grayscale: #ABABAB. Windows color (decimal): -3360505 or 506316. OLE color: 506316.

HSL color Cylindrical-coordinate representation of color #CCB907: hue angle of 54.21º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCB907 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 7 -
CMYK 0 0.09 0.97 0.2
HSL 54.21º 0.93% 0.41% -
HSV(B) 54.21º 0.97% 0.8% -
XYZ 42.29 47.55 7.15 -
YUV 170.39 35.79 151.97 -
System Red Green Blue C M Y K H S L
Decimal 204 185 7 0 0.09 0.97 0.2 54.21 0.93 0.41
Hex CC B9 7 0 9 61 14 36 5D 29
Octal 314 271 7 0 11 141 24 66 135 51
Binary 11001100 10111001 111 0 1001 1100001 10100 110110 1011101 101001

Color Harmonies of #CCB907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB907

Black with #CCB907

Text Example


Text Example

White with #CCB907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB907; }

 p { color: rgb(204,185,7); }

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

background-color css

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

 a { background-color: rgb(204,185,7); }

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

border-color css

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

 span { border-color: rgb(204,185,7); }

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