Html Css Color HEX #CCB705 Bird Flower

📋 copy color: '#CCB705'

red 204 ◦ green 183 ◦ blue 5

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

Shades of Bird Flower #CCB705

Tints of Bird Flower #CCB705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 52.04%
G = 46.68%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB705 (or 0xCCB705) is known color: Bird Flower. HEX triplet: CC, B7 and 05. RGB value is (204,183,5). Sum of RGB (Red+Green+Blue) = 204+183+5=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB705 is #3348FA. Grayscale: #A9A9A9. Windows color (decimal): -3361019 or 374732. OLE color: 374732.

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

Color convert

RGB 204 183 5 -
CMYK 0 0.10 0.98 0.2
HSL 53.67º 0.95% 0.41% -
HSV(B) 53.67º 0.98% 0.8% -
XYZ 41.86 46.72 6.95 -
YUV 168.99 35.46 152.97 -
System Red Green Blue C M Y K H S L
Decimal 204 183 5 0 0.10 0.98 0.2 53.67 0.95 0.41
Hex CC B7 5 0 A 62 14 36 5F 29
Octal 314 267 5 0 12 142 24 66 137 51
Binary 11001100 10110111 101 0 1010 1100010 10100 110110 1011111 101001

Color Harmonies of #CCB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB705

Black with #CCB705

Text Example


Text Example

White with #CCB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB705; }

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

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

background-color css

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

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

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

border-color css

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

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

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