Html Css Color HEX #CCB703 Bird Flower

📋 copy color: '#CCB703'

red 204 ◦ green 183 ◦ blue 3

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

Shades of Bird Flower #CCB703

Tints of Bird Flower #CCB703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 52.31%
G = 46.92%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB703 (or 0xCCB703) is known color: Bird Flower. HEX triplet: CC, B7 and 03. RGB value is (204,183,3). Sum of RGB (Red+Green+Blue) = 204+183+3=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB703 is #3348FC. Grayscale: #A9A9A9. Windows color (decimal): -3361021 or 243660. OLE color: 243660.

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

Color convert

RGB 204 183 3 -
CMYK 0 0.10 0.99 0.2
HSL 53.73º 0.97% 0.41% -
HSV(B) 53.73º 0.99% 0.8% -
XYZ 41.85 46.71 6.9 -
YUV 168.76 34.46 153.14 -
System Red Green Blue C M Y K H S L
Decimal 204 183 3 0 0.10 0.99 0.2 53.73 0.97 0.41
Hex CC B7 3 0 A 63 14 36 61 29
Octal 314 267 3 0 12 143 24 66 141 51
Binary 11001100 10110111 11 0 1010 1100011 10100 110110 1100001 101001

Color Harmonies of #CCB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB703

Black with #CCB703

Text Example


Text Example

White with #CCB703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB703; }

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

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

background-color css

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

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

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

border-color css

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

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

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